home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / hf^k-3.dms / in.adf / C-Incl.Lha / pragma / dtclass_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-02  |  435 b   |  27 lines

  1. #ifndef _INCLUDE_PRAGMA_DTCLASS_LIB_H
  2. #define _INCLUDE_PRAGMA_DTCLASS_LIB_H
  3.  
  4. /*
  5. **  $VER: dtclass_lib.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #ifndef  CLIB_DTCLASS_PROTOS_H
  13. #include <clib/dtclass_protos.h>
  14. #endif
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #pragma amicall(DTClassBase, 0x1e, ObtainEngine())
  21.  
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25.  
  26. #endif
  27.